home *** CD-ROM | disk | FTP | other *** search
- !Documentation
- (c) Copyright 1992 Genashor Corp. All rights reserved.
-
- This circuit demonstrates SIMIC's ability to recognize elements
- that are paralleled and merge the electrical characteristics
- and reasonably predict delays for the merged devices.
-
- The following commands should be entered interactively to SIMIC:
-
- Define File=parallel
- Get Type=parallel Report=all
- Quit
-
- Notice the informatory messages by SIMIC. Then look at the Listing
- file, parallel.lst, to see the results of the compilation. You could
- also, interactively query SIMIC for the electrical characteristics.
- For example, to see what the delay and net loading values are for this
- circuit, issue the following two commands prior to the 'Quit' command
- in the previous directions:
-
- ?Delay List:
- ?Loading List:
- !Delay
- !Format Delay= Rise= Fall=
- Del1 [0,10] [1,11]
- !Logical
- !Format Part= Type= I= O= Odel= Olod=
- Type=Parallel I=a O=b,c Olod=2,2
- u1 And a b Del1
- u2 And a b Del1
- u3 And a c Del1